← Index
NYTProf Performance Profile   
For index.cgi
  Run on Sat May 9 17:18:47 2020
Reported on Sat May 9 17:19:07 2020

Filename(eval 9)[/usr/local/share/perl/5.18.2/namespace/clean.pm:27]
StatementsExecuted 7 statements in 120µs
Eval Invoked At/usr/local/share/perl/5.18.2/namespace/clean.pm line 27
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
64142µs106µsnamespace::clean::::stash_fornamespace::clean::stash_for
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
2
# spent 106µs (42+65) within namespace::clean::stash_for which was called 6 times, avg 18µs/call: # 2 times (16µs+39µs) by namespace::clean::get_functions at line 216 of namespace/clean.pm, avg 28µs/call # 2 times (17µs+15µs) by namespace::clean::__ANON__[/usr/local/share/perl/5.18.2/namespace/clean.pm:121] at line 60 of namespace/clean.pm, avg 16µs/call # once (4µs+6µs) by namespace::clean::get_class_store at line 206 of namespace/clean.pm # once (4µs+4µs) by namespace::clean::import at line 158 of namespace/clean.pm
sub stash_for ($) {
36118µs665µs Package::Stash->new($_[0]);
# spent 65µs making 6 calls to Package::Stash::XS::new, avg 11µs/call
4}
5
612µs1;
7
8
9;